setOfflineRegionDownloadState

abstract fun setOfflineRegionDownloadState(@NonNull() state: OfflineRegionDownloadState)

Sets the download state of an offline regionA region is either inactive (not downloading, but previously-downloadedresources are available for use), or active (resources are being downloadedor will be downloaded, if necessary, when network access is available).If the region is already in the given state, this call is ignored.

Parameters

state

The new state to set.